clang-tidy fix modernize-deprecated-headers on windows files. (#211)
authortsteven4 <tsteven4@users.noreply.github.com>
Wed, 27 Jun 2018 00:38:44 +0000 (18:38 -0600)
committerGitHub <noreply@github.com>
Wed, 27 Jun 2018 00:38:44 +0000 (18:38 -0600)
gbser_win.cc

index a74cc41db887b2f7e7203a6e861492d793b6dfc7..58b9b0efc776bd409c8421d5d93b0f7442578f4f 100644 (file)
@@ -26,9 +26,9 @@
 #include <windows.h>
 #include <setupapi.h>
 
-#include <assert.h>
-#include <stdarg.h>
-#include <stdio.h>
+#include <cassert>
+#include <cstdarg>
+#include <cstdio>
 
 typedef struct {
   HANDLE          comport;